home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 151-175 / disk_172 / spiff / readme.fnf < prev    next >
Text File  |  1992-05-06  |  746b  |  22 lines

  1. This program was posted to usenet in the comp.sources.unix newsgroup.
  2. I tried a quick port to the Amiga, with only minor changes, and it 
  3. seemed to work (using the supplied tests).
  4.  
  5. Due to the enormous memory allocations made however, the defines
  6. _L_MAXLINES and K_MAXTOKENS were reduced to 2000 and 10000 
  7. respectively to avoid the "insufficient free store" message on
  8. a 512K Amiga.  The original values were 10000 and 50000 and are
  9. preserved in the line.h.orig and token.h.orig files.  Please also
  10. note that the correct Amiga syntax for testing the Sample.3 and
  11. Sample.4 files is:
  12.  
  13.     1> spiff -s "command spiffword" Sample.3 Sample.4
  14.  
  15. and not:
  16.     
  17.     1> spiff -s 'command spiffword' Sample.3 Sample.4
  18.     
  19. as suggested in the documentation.
  20.  
  21. -Fred ><>
  22.